home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ErrorObject = {
- SUPERCLASS = Object;
- };
- WidgetBrowser = {
- ACTIONS = {
- };
- OUTLETS = {
- matrix;
- browser;
- };
- SUPERCLASS = Object;
- };
- OptionsObject = {
- ACTIONS = {
- changeWidgetSize:;
- changeWidgetGeom:;
- };
- OUTLETS = {
- doneButton;
- optionsPanel;
- autoUpdate;
- path;
- sendGeomview;
- prefix;
- widgetGeom;
- sendFiles;
- stepsForm;
- gridSize;
- widgetSize;
- retain;
- numberSteps;
- sizeRelatively;
- };
- SUPERCLASS = Object;
- };
- EditObject = {
- ACTIONS = {
- readLocation:;
- cancel:;
- setAll:;
- set:;
- openPanel:;
- };
- OUTLETS = {
- strengthSlider;
- stretchinessSlider;
- editPanel;
- positionForm;
- };
- SUPERCLASS = Object;
- };
- Warp = {
- ACTIONS = {
- deleteAll:;
- position:;
- preview:;
- object:;
- warp:;
- delete:;
- };
- OUTLETS = {
- optionsObject;
- createOnPickButton;
- targetField;
- editObject;
- previewButton;
- warpButton;
- errorObject;
- positionOnGridButton;
- mainWindow;
- };
- SUPERCLASS = Object;
- };
- WarpApp = {
- SUPERCLASS = Application;
- };
-